func github.com/vmihailenco/msgpack/v5.encodeUintValue

2 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_number.go#L206: func encodeUintValue(e *Encoder, v reflect.Value) error {
		encode_value.go#L20: 		reflect.Uint:          encodeUintValue,